// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01B TN_Widget.CreateTable([['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Wednesday','6/12/2024','8:00 PM','6446157','N-A-6-12-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Thursday','6/13/2024','8:00 PM','6446158','N-A-6-13-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Friday','6/14/2024','8:00 PM','6446159','N-A-6-14-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Saturday','6/15/2024','2:00 PM','6446741','N-A-6-15-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Saturday','6/15/2024','8:00 PM','6446162','N-A-6-15-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Sunday','6/16/2024','3:00 PM','6446166','N-A-6-16-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Tuesday','6/18/2024','8:00 PM','6446168','N-A-6-18-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Wednesday','6/19/2024','2:00 PM','6446745','N-A-6-19-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Wednesday','6/19/2024','8:00 PM','6446169','N-A-6-19-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Thursday','6/20/2024','8:00 PM','6446170','N-A-6-20-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Friday','6/21/2024','8:00 PM','6446171','N-A-6-21-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Saturday','6/22/2024','2:00 PM','6446742','N-A-6-22-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Saturday','6/22/2024','8:00 PM','6446163','N-A-6-22-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Thursday','6/27/2024','7:00 PM','6446175','N-A-6-27-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Friday','6/28/2024','7:00 PM','6446176','N-A-6-28-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Saturday','6/29/2024','2:00 PM','6446743','N-A-6-29-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Saturday','6/29/2024','8:00 PM','6446164','N-A-6-29-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Sunday','6/30/2024','3:00 PM','6446249','N-A-6-30-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Tuesday','7/2/2024','7:00 PM','6446252','N-A-7-2-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Sunday','7/7/2024','2:00 PM','6446285','N-A-7-7-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Sunday','7/7/2024','7:00 PM','6446286','N-A-7-7-2024'],['N/A','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Tuesday','7/9/2024','7:00 PM','6446256','N-A-7-9-2024']],'Mitzi E Newhouse Theater','http://www.ticketnetwork.com/ticket/Mitzi-E-Newhouse-Theater-events.aspx');